Skip to content

fix: move @perstack/adapter-base to devDependencies#405

Merged
FL4TLiN3 merged 3 commits intomainfrom
fix/adapter-base-devdeps
Jan 9, 2026
Merged

fix: move @perstack/adapter-base to devDependencies#405
FL4TLiN3 merged 3 commits intomainfrom
fix/adapter-base-devdeps

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Jan 9, 2026

Summary

  • @perstack/adapter-base を dependencies から devDependencies に移動
  • private パッケージは devDependencies に置くことで、バンドルに含まれ、publish 時の dependencies には含まれない

Problem

@perstack/runtime@0.0.79@perstack/adapter-base が dependencies に含まれてしまい、npm install 時にエラーになる。

Test plan

  • pnpm build --filter=@perstack/runtime - 成功(7.37 KB にバンドル含まれる)

🤖 Generated with Claude Code

Private packages should be in devDependencies so they are bundled
and don't appear in published package dependencies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit c1f1c54 into main Jan 9, 2026
10 checks passed
@github-actions github-actions bot mentioned this pull request Jan 9, 2026
@FL4TLiN3 FL4TLiN3 deleted the fix/adapter-base-devdeps branch February 25, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant